home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / explosion.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2002-05-17  |  755 b   |  35 lines

  1. globalsound = new Sound();
  2. globalsound.setVolume(vol);
  3. if(url == "")
  4. {
  5.    setProperty("_root.geturlmovie", _visible, false);
  6. }
  7. else
  8. {
  9.    _root.geturlmovie.url = url;
  10. }
  11. freezenow = freeze;
  12. delayall = delay;
  13. xposadd = 300;
  14. xposstart = parseFloat(x1) + xposadd;
  15. yposstart = parseFloat(y1);
  16. kerningbasis = 18;
  17. xscaletext = parseFloat(xscaletext);
  18. setProperty("letter02", _xscale, xscaletext);
  19. yscaletext = parseFloat(yscaletext);
  20. setProperty("_root.letter02", _yscale, yscaletext);
  21. hexV = parseInt(colorbackground);
  22. myColor = new Color(background);
  23. myColor.setRGB(hexV);
  24. hexV = parseInt(colortext);
  25. myColor = new Color(letter02);
  26. myColor.setRGB(hexV);
  27. if(l == loop)
  28. {
  29.    if(loop == 0)
  30.    {
  31.    }
  32.    gotoAndPlay(22);
  33. }
  34. l += 1;
  35.